From: Brion Vibber Date: Sat, 27 Nov 2004 13:25:39 +0000 (+0000) Subject: Bold changed words in diff output, per recommendation in bug 777 X-Git-Tag: 1.5.0alpha1~1218 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=d783618d16b893cf29eed0fb47aa691278b1bbb8;p=lhc%2Fweb%2Fwiklou.git Bold changed words in diff output, per recommendation in bug 777 --- diff --git a/skins/common/common.css b/skins/common/common.css index 93aca6a6de..97063f205d 100644 --- a/skins/common/common.css +++ b/skins/common/common.css @@ -94,7 +94,7 @@ td.diff-context { background:#eeeeee; font-size: 94%; } -span.diffchange { color: red; } +span.diffchange { color: red; font-weight: bold; } img { border: none; } img.tex { vertical-align: middle; } diff --git a/skins/monobook/main.css b/skins/monobook/main.css index 6c6a56902b..8f15bc01ce 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -474,7 +474,7 @@ td.diff-context { background:#eeeeee; font-size: smaller; } -span.diffchange { color: red; } +span.diffchange { color: red; font-weight: bold; } /* ** keep the whitespace in front of the ^=, hides rule from konqueror